home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #2 / Amiga Plus Extra 1997 #2.iso / pd / misc / bed / rexx / sasc / debug.bed < prev    next >
Encoding:
Text File  |  1997-02-16  |  169 b   |  11 lines

  1. /*
  2. ** $VER: Debug.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C Debugger
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath
  10. ADDRESS COMMAND 'Run SC:C/Cpr' LEFT(RESULT,LASTPOS('.c',RESULT)-1)
  11.